home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / prog54 < prev    next >
Text File  |  1995-06-29  |  327b  |  18 lines

  1. # additional toplevel
  2. xtAppInitialize -class Program
  3. . setValues -iconPixmap xlogo32
  4.  
  5. xmLabel .fred managed \
  6.     -labelString "primary shell"
  7.  
  8. topLevelShell .fred.top
  9. .fred.top setValues -iconPixmap calculator
  10.  
  11. xmLabel .fred.top.label2 managed \
  12.     -labelString "secondary shell"
  13. .fred.top popup
  14.  
  15. . realizeWidget
  16.  
  17. . mainLoop
  18.